diff --git a/src/app/startup.sh b/src/app/startup.sh index af677d8..a5a744b 100755 --- a/src/app/startup.sh +++ b/src/app/startup.sh @@ -62,9 +62,8 @@ $PSQL -c "create extension if not exists pg_trgm" RESTORE_SCHEMA=${SCRIPT_ROOT}/restore-schema.sql.gz if [ -r $RESTORE_SCHEMA ]; then + $PSQL -c "drop schema public cascade; create schema public;" zcat $RESTORE_SCHEMA | $PSQL -elif ! $PSQL -c 'select * from ttrss_version'; then - $PSQL < /var/www/html/tt-rss/schema/ttrss_schema_pgsql.sql fi # this was previously generated