signald
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

signaldctl db-move

signaldctl db-move

move a signald database from sqlite to postgres

Synopsis

move a signald sqlite database into a postgres database. If sqlite-path is not specified, the default (~/.config/signald/signald.db) will be used.

Please note that signald must NOT be running while this command runs.

After the data is moved, the sqlite file will be deleted
signaldctl db-move pg-url [sqlite-path] [flags]

Options

  -h, --help   help for db-move

Options inherited from parent commands

      --config string          config file (default "~/.config/signaldctl.yaml")
  -o, --output-format string   the output format. options are usually table, yaml and json, default is usually table. Some commands have other options. (default "default")
      --socket string          the path to the signald socket file (default "/var/run/signald/signald.sock")

SEE ALSO

  • signaldctl - Interact with a running signald instance