data-mapping-service

command module
v0.0.0-...-fe88686 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2022 License: MIT Imports: 9 Imported by: 0

README

Data mapping service

Backup/Restore

Backup

$ sudo docker exec -t mapping_db pg_dump -U dev mapping > dump.sql

Restore

$ echo "CREATE DATABASE mapping" | sudo docker exec -i mapping_db psql -U dev postgres
$ cat dump.sql | sudo docker exec -i mapping_db psql -U dev mapping

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL