2024-11-08, 08:48 AM
i moved us over to a real database engine. but the process was alarmingly manual. last time i tried a test post everything just broke!!! will it work this time?
is everything broken?
|
2024-11-08, 08:48 AM
i moved us over to a real database engine. but the process was alarmingly manual. last time i tried a test post everything just broke!!! will it work this time?
2024-11-08, 08:48 AM
fuck yeah!!!
2024-11-08, 08:54 AM
MariaDB or postgresql now?
2024-11-08, 09:02 AM
mariadb! i thought postgres was meant to be the cool one, but the group chat wisdom was that i would have an easier time with mariadb. i also thought that mariadb's 'seal' logo was the cuter of the two.
2024-11-08, 09:09 AM
Postgres is the cool one as long as someone else is doing admin for you.
If you must do your own admin, I recommend the Emily-approved Never Update Anything system.
2024-11-08, 09:13 AM
i planned to never update, but it turns out mybb's usage of sqlite is really bad. the site kept throwing errors up whenever more than like 5 concurrent requests came in!
2024-11-08, 09:27 AM
see, you're just not nevering your updates enough
if you never update the db at all you can just cache all the pages as static html. new posts may be submitted via carrier pigeon
2024-11-08, 09:35 AM
(2024-11-08, 09:02 AM)jacqueline Wrote: mariadb! i thought postgres was meant to be the cool one, but the group chat wisdom was that i would have an easier time with mariadb. i insist my late objection be noted (2024-11-08, 09:09 AM)emily Wrote: If you must do your own admin, I recommend the Emily-approved Never Update Anything system. i insist my agreement with this take be also noted
 Â
2024-11-08, 09:59 PM
I don't find postgres admin that hard but I live in a shell.
May you never have to do admin again
2024-11-08, 11:37 PM
do they have in-place upgrades yet or is it still a painful "dump the entire database and load it into the new one" process
this is, of course, a non-issue if you Never Update Anything
2024-11-08, 11:59 PM
i dumped the sqlite database, manually edited the resulting file to replace sqlite-isms with mysql-isms, then imported it. then just pointed mybb at the new database.
2024-11-09, 12:03 AM
I mean postgres. postgres has a very painful process for upgrading from postgres to newer postgres
2024-11-09, 12:27 AM
oh sorry i didn't realise that's what you meant it's very surprisingly to me that you would ever upgrade anything to a newer version
2024-11-13, 02:41 AM
Seems to be working now! Can't wait for the next update!
2024-12-15, 07:33 AM
There was also an encoding issue that prevented emojis from being posted. If I fixed it, then this post containing '😅' will be successful.
2024-12-15, 07:34 AM
poggers
2024-12-17, 03:39 AM
(Edited 2024-12-17, 03:39 AM by br_en_d_an_.)
|