Skip to content

Move host postgresql server to docker container #105

@xmnlab

Description

@xmnlab

Move host postgresql server to docker container.

this issue aims to record some discussions and best practice about how to proper move from a postgresql server on host to container.

common approaches:

  1. create a named volume for the postgresql docker container and restore a dump from pg host to the pg container.
  2. mount the postgresql data folder from host to the container data folder

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions