mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 16:29:51 +02:00
Merge branch 'mariadb-unsupported' of git.tt-rss.org:fox/ttrss-docker-compose into mariadb-unsupported
This commit is contained in:
commit
2bf82c3f60
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue