mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-05 04:08:33 +00:00
Update entrypoint.postgres.sh
This commit is contained in:
parent
159b4f9734
commit
054778fa11
@ -19,6 +19,9 @@ if [ ! -f /var/lib/postgresql/data/setupFinished ]; then
|
|||||||
su postgres -c 'psql invidious kemal < config/sql/session_ids.sql'
|
su postgres -c 'psql invidious kemal < config/sql/session_ids.sql'
|
||||||
su postgres -c 'psql invidious kemal < config/sql/nonces.sql'
|
su postgres -c 'psql invidious kemal < config/sql/nonces.sql'
|
||||||
su postgres -c 'psql invidious kemal < config/sql/annotations.sql'
|
su postgres -c 'psql invidious kemal < config/sql/annotations.sql'
|
||||||
|
su postgres -c 'psql invidious kemal < config/sql/playlists.sql'
|
||||||
|
su postgres -c 'psql invidious kemal < config/sql/playlist_videos.sql'
|
||||||
|
su postgres -c 'psql invidious kemal < config/sql/playlists.sql'
|
||||||
touch /var/lib/postgresql/data/setupFinished
|
touch /var/lib/postgresql/data/setupFinished
|
||||||
echo "### invidious database setup finished"
|
echo "### invidious database setup finished"
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user