Johbo's Notes - Working on the Web
  • About Me
  • Archives

Loading a text dump into PostgreSQL

Fri 02 June 2017 by Johannes Bornhold in tools Tags postgresql / database

Just got a plain SQL dump of a database and in this case pg_restore does not work. This post shows how to use psql to load such a dump into a database in the context of a local development environment.

more ...

Data migrations with Alembic - Plain SQL

Tue 26 July 2016 by Johannes Bornhold in develop Tags python / sqlalchemy / alembic / database

An example how to use plain SQL to migrate data in a database using Alembic.

more ...

Loading a PostgreSQL database dump for development environment

Mon 25 July 2016 by Johannes Bornhold in tools Tags postgresql / database

Showing how to use pg_restore to load a dump into a developer's database server for local development.

more ...

  • Social

    • mastodon
    • matrix
    • github
  • Categories

    • cloud
    • develop
    • event
    • hello
    • macos
    • nixos
    • tools

© 2017 Johannes Bornhold

Back to top