Today I’d like to share the steps I take when I need to convert a PostgreSQL database into a SQLite database. Commonly I have to do this when …
Category: Database
How to backup/restore Rails db with Postgres?
I do the following on my server: pg_dump -O -c register_production > register.sql Then, after copying register.sql to my local environment, I try: psql register_development < register.sql Source: How to backup/restore Rails db with Postgres?
PostgreSQL Tutorials, Resources and Training | EDB
PostgreSQL High availability – ha, Backup and recovery, Automatic failover, PostgreSQL Extensions, and resources on being successful with Postgres. Source: PostgreSQL Tutorials, Resources and Training | EDB
Recent Comments