summarylogtreecommitdiffstats
path: root/pagure-postgresql.install
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-28 11:29:54 +0300
committerCaleb Maclennan2020-02-28 11:29:54 +0300
commit6026cc906e54409bc245b8579a0d11f91d19c0a2 (patch)
treea70555e22506c61715632326c0f9fe9d51d8e575 /pagure-postgresql.install
parentccde24ef02a61118668748dd7a2a8582aa9a6602 (diff)
downloadaur-6026cc906e54409bc245b8579a0d11f91d19c0a2.tar.gz
Install database init/update script
Diffstat (limited to 'pagure-postgresql.install')
-rw-r--r--pagure-postgresql.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/pagure-postgresql.install b/pagure-postgresql.install
index 3ba0fec95fa2..3f247f469838 100644
--- a/pagure-postgresql.install
+++ b/pagure-postgresql.install
@@ -15,7 +15,7 @@ post_install() {
Once configured, populate the database:
- \$ python /usr/share/pagure/pagure_createdb.py -c /etc/pagure/pagure.cfg -i /etc/pagure/alembic.ini
+ \$ python /usr/share/pagure/createdb.py -c /etc/pagure/pagure.cfg -i /etc/pagure/alembic.ini
EOF
}
@@ -23,7 +23,7 @@ post_upgrade() {
cat <<- EOF
Update Pagure database format using:
- \$ python /usr/share/pagure/pagure_createdb.py -c /etc/pagure/pagure.cfg
+ \$ python /usr/share/pagure/createdb.py -c /etc/pagure/pagure.cfg
EOF
}