From d5ace7aecabacaccf803d180b406a8bb7642c06e Mon Sep 17 00:00:00 2001 From: j Date: Mon, 16 Sep 2024 17:38:48 +0100 Subject: [PATCH] use pandoractl to update db --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 967b88bd..f6b514b5 100755 --- a/update.py +++ b/update.py @@ -363,7 +363,7 @@ if __name__ == "__main__": and row not in ['BEGIN;', 'COMMIT;'] ] if diff: - print('Database has changed, please make a backup and run %s db' % sys.argv[0]) + print('Database has changed, please make a backup and run: sudo pandoractl update db') elif branch != 'master': print('pan.do/ra is at the latest release,\nyou can run "%s switch master" to switch to the development version' % sys.argv[0]) elif current != new: