1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-12 18:19:52 +02:00

Merge branch 'mariadb-unsupported' of git.tt-rss.org:fox/ttrss-docker-compose into mariadb-unsupported

This commit is contained in:
Andrew Dolgov 2021-03-08 09:46:42 +03:00
commit 2bf82c3f60

View file

@ -66,6 +66,7 @@ done
RESTORE_SCHEMA=${SCRIPT_ROOT}/restore-schema.sql.gz
if [ -r $RESTORE_SCHEMA ]; then
# TODO: drop/recreate database?
zcat $RESTORE_SCHEMA | $PSQL
fi