-
Notifications
You must be signed in to change notification settings - Fork 37
dumping DB + bug fix #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dumping DB + bug fix #695
Conversation
I will squash this again to minimize the number of commits. |
want to add to restore script ability to set starting DB ID as well guest and carya user |
The environment variable SECRET_KEY_BASE was ignored. This fixes PecanProject#696. If you had SECRET_KEY_BASE set, please unset it now, otherwise you can no longer login. load-bety.sh script now uses script/betyuser.sh to add users with correct password.
@gsrohde if you have some time to look at the issue with SECRET_KEY_BASE and see if I made any errors in ruby (did some testing and it looks ok). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of possible typos and the changelog seems like it should be louder, otherwise 👍
Co-Authored-By: Chris Black <chris@ckblack.org>
Co-Authored-By: Chris Black <chris@ckblack.org>
this will use github actions to make the nightly db dump
added changes to fix #696
added handy script to add new users
updated load.bety.sh to allow to fix/set local bety ID.