mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
8 lines
224 B
Fish
8 lines
224 B
Fish
load database
|
|
from sqlite://{sqlite_path}
|
|
into postgresql://root@unix:/var/run/postgresql:5432/secrets
|
|
|
|
with include no drop, truncate, reset sequences, data only
|
|
|
|
excluding table names like '_sqlx_migrations';
|