0
0
mirror of https://github.com/actions/checkout.git synced 2025-03-13 08:19:43 +00:00

Create LSIMPORT

This commit is contained in:
fr33zespace 2023-03-22 07:30:18 -05:00 committed by GitHub
parent 24cb908017
commit 788a378602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

49
LSIMPORT Normal file

@ -0,0 +1,49 @@
#!/usr/bin/env bash
pg_dump \
--dbname="$(heroku config:get DATABASE_URL -a rfcbot-rs)" \
--inserts \
--data-only \
> full-db-backup.pg#!/usr/bin/env bash
pg_dump \
--dbname="$(heroku config:get DATABASE_URL -a rfcbot-rs)" \
--inserts \
--data-only \
--table=githubuser \
> githubuser-backup.pg[fcp_behaviors]
[fcp_behaviors."rust-lang/rfcs"]
close = true
postpone = true
[fcp_behaviors."rust-lang/rust"]
close = false
postpone = false
[teams]
url = "https://team-api.infra.rust-lang.org/v1/rfcbot.json"