buttonmen-dev / buttonmen

Buttonmen - an online dice game
Other
16 stars 24 forks source link

Build buttonmen_db.cnf for remote databases in vagrant, to survive container replacement #2930

Closed cgolubi1 closed 7 months ago

cgolubi1 commented 7 months ago

Test site: https://2908-buttonmen-db-cnf.cgolubi1.dev.buttonweavers.com/ui/

Bonus: i've finally updated the database on that site, by uploading the staging DB backup, logging into my new container, and running:

$ bzcat staging.sql.bz2 | grep -v 'SQL SECURITY DEFINER' | sudo /usr/local/bin/mysql_root_cli

So no more internal errors on the dev RDS DB. (This is secretly a test of whether mysql_root_cli works, of course, which is what this PR is actually about.)

blackshadowshade commented 7 months ago

CircleCI passes. Files changed have to do with deployment. Test site now has game pages that show up correctly.

Merging now.