Logo
Explore Help
Register Sign In
cameleer/cameleer-saas
2
0
Fork 0
You've already forked cameleer-saas
Code Issues 22 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
81be25198cb7fcc42eec643db4251122d5289f02
cameleer-saas/docker/cameleer-postgres/init-databases.sh

10 lines
295 B
Bash
Raw Normal View History

feat: create cameleer-postgres image with init script baked in Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 16:12:02 +02:00
#!/bin/bash
set -e
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
CREATE DATABASE logto;
chore: rename cameleer3 to cameleer Rename Java packages from net.siegeln.cameleer3 to net.siegeln.cameleer, update all references in workflows, Docker configs, docs, and bootstrap. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 15:28:44 +02:00
CREATE DATABASE cameleer;
feat: create cameleer-postgres image with init script baked in Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 16:12:02 +02:00
GRANT ALL PRIVILEGES ON DATABASE logto TO $POSTGRES_USER;
chore: rename cameleer3 to cameleer Rename Java packages from net.siegeln.cameleer3 to net.siegeln.cameleer, update all references in workflows, Docker configs, docs, and bootstrap. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 15:28:44 +02:00
GRANT ALL PRIVILEGES ON DATABASE cameleer TO $POSTGRES_USER;
feat: create cameleer-postgres image with init script baked in Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 16:12:02 +02:00
EOSQL
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 72ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API