첫 커밋: 로컬 프로젝트 업로드

This commit is contained in:
2026-06-10 15:51:34 +09:00
commit 6a8dbeb2e9
1211 changed files with 312864 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
ac448f31cdae39bc93dc1d1274c30eb8a4ab79ea4b8625ab9b1210a11b151a82 ./manifest.json
0d43248e95c0d94fee588a2ae17d7607cd4053711dc0e513aa79634fc0c237d6 ./postgres/baron.dump
84bf1e08bce8542f9fdefadd493ba0dd8da669198f8d9dede605f383b159771a ./postgres/globals.sql
791cbc1a578e75c306c355cd281ab5aa92e687aacefaeee60354017823bf8ef4 ./postgres/ory_hydra.dump
ee0e254fd5eda4b3d668ab5d7ada6829de7fde933db43c4518e6d2dfae5f79fd ./postgres/ory_keto.dump
4512f6b1f1d395b06c6100c9ee77ace140ba7ac24a35179390b9f3a21126a9bd ./postgres/ory_kratos.dump
4ceeb2434aa1b3f37732bec2285d3f981f1ae2ffed3638b93752f337fcd923a1 ./reports/backup-report.md
e5a679f9d24f1ebad6c46a17545d693545db86506cb22bc24eddb6ef01676410 ./reports/baron-postgres-row-counts.txt
0159c03b5dffa4e1d784018425fc12e153dcce7a659cc5a7a0bcc9cf9ebe5bfe ./reports/ory_hydra-row-counts.txt
cd97643bb6a7dd4515ae32b9ef5d658b4f30fa9d4f8b17212d287891cfe29c2b ./reports/ory_keto-row-counts.txt
088c7eb5879f8462f7ba1a82cedd8b186c9692a6b6d7d2bd3d08b4921d6ce3ae ./reports/ory_kratos-row-counts.txt

View File

@@ -0,0 +1,14 @@
{
"format_version": "1",
"created_at": "2026-06-08T06:36:07Z",
"git_commit": "aa2848c3b6ce",
"mode": "maintenance",
"environment_scope": "same-env-only",
"services": ["postgres", "ory-postgres"],
"restore_policy": {
"requires_empty_target": true,
"requires_confirmation": "baron-sso",
"auto_run_migrations": false,
"works_relay_auto_resume": false
}
}

View File

@@ -0,0 +1,35 @@
--
-- PostgreSQL database cluster dump
--
\restrict yrvKzJaekZ6C4tG4mnnuA9bxZKiekltyhGrA1fnUC0e979Md2f3UnQh4TsmeqnV
SET default_transaction_read_only = off;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
--
-- Roles
--
CREATE ROLE ory;
ALTER ROLE ory WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS PASSWORD 'SCRAM-SHA-256$4096:MsUfyYDDHLEuU7R26Goauw==$VF6QHNq8fhkEWH4ZAM9daFbYrd6BzTyrg7ovbcPEZig=:4CpeffAwyfHv1hJjEvVj1XI2X6KRASciYL9TdXnoVSY=';
--
-- User Configurations
--
\unrestrict yrvKzJaekZ6C4tG4mnnuA9bxZKiekltyhGrA1fnUC0e979Md2f3UnQh4TsmeqnV
--
-- PostgreSQL database cluster dump complete
--