Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: PostgreSQL as database #425

Merged
merged 1 commit into from
Oct 31, 2023
Merged

feat: PostgreSQL as database #425

merged 1 commit into from
Oct 31, 2023

Conversation

michael1011
Copy link
Member

No description provided.

@michael1011
Copy link
Member Author

For reference, the database migration script for pgloader:

load database 
     from sqlite:///home/michael/boltz.db
     into pgsql://boltz:boltz@localhost/boltz

 with quote identifiers, data only, reset sequences

  set work_mem to '16MB', maintenance_work_mem to '512 MB';

@michael1011 michael1011 merged commit 9b6fff3 into master Oct 31, 2023
4 checks passed
@michael1011 michael1011 deleted the postgres branch October 31, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant