Replies: 1 comment
-
@j-kwan the one additional thing you may do to is run migrations. If you followed the manual deploy steps, you'll need to make sure the directory containing the database and the database itself are writable by your use user and run: export DJANGO_SETTINGS_MODULE=babybuddy.settings.production
python manage.py migrate After migrations complete, re-secure the the directory and database per the manual deployment steps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I followed the manual instructions to install version 2.5.0 on a virtual machine running proxmox.
Are there specific instructions for performing the upgrade?
Or do I just have to do a 'git pull' from '/var/www/babybuddy/public' and then restart the 'uwsgi' service?
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions