
2025-08-27 10:01:25
📊 Supports #MySQL #PostgreSQL #SQLite and SQL Server with automatic collations
🛠️ Works with existing Laravel models and database
No complex setup required
⚡ Handles 100 cards…
📊 Supports #MySQL #PostgreSQL #SQLite and SQL Server with automatic collations
🛠️ Works with existing Laravel models and database
No complex setup required
⚡ Handles 100 cards…
#MastoAdmin I just upgraded #postgresql from v17 to v18 without any problems !
Finally took the time VACUUM FULL all my #PostgreSQL #databases and empty a runaway table. Dropped from ~90% diskusage to ~25% and a hell of a lot less CPU
Why is #postgresql so anal about backup versions?
Did the devs forget that backups are only helpful if you can restore them?
FWIW, dropped my #Mastodon #postGreSQL #database from 19.5GB down to 5.3GB
Today I learned a nice #PostgreSQL snippet to generate a random timestamp: `select now()::date (random() * interval '1 day');`
#PgBouncer is useful, important, and fraught with peril
https://jpcamara.com/2023/04/12/pgbouncer-is-useful.html