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

Backup esnasında değişen pragmaları koru #12

Open
fatihbahceci opened this issue Aug 6, 2024 · 0 comments
Open

Backup esnasında değişen pragmaları koru #12

fatihbahceci opened this issue Aug 6, 2024 · 0 comments
Labels
possible-bug I think this is a bug.

Comments

@fatihbahceci
Copy link
Owner

Backup sırasında .db-shm .db-val dosyalarını .db dosyasına katmak için PRAGMA değişikliği yapmıştım.
Bu değişiklik kalıcı oluyor. Hataya sebep olmaz ama yüksek request olan sistemlerde can sıkabilir. Neyse ki bizim sistem yüksek requestli değil ehi ehi ehi :)

 command.CommandText = "PRAGMA journal_mode = DELETE;";
 command.ExecuteNonQuery();

000209_2024-08-06_13-37-45-849

@fatihbahceci fatihbahceci added the possible-bug I think this is a bug. label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible-bug I think this is a bug.
Projects
None yet
Development

No branches or pull requests

1 participant