1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 23:38:37 +00:00
seahub/scripts
n00b42 4d38b49941
Fix sqlite2mysql script problems with seahub_db (#5274)
* scripts/sqlite2mysql: Fix non matching regex

Regex was not matching for seahub.db export.
e.g. 'CREATE TABLE IF NOT EXISTS "django_content_type" (...' was not matching.

* fix default value quotation.

* Update sqlite2mysql.py
2022-11-14 09:55:59 +08:00
..
build 👌 Build: Tranform all python3 versions 2022-03-06 21:25:42 +01:00
upgrade fix get_doc_key_by_repo_id_file_path (#5293) 2022-10-25 17:18:55 +08:00
check_init_admin.py
check-db-type.py new pro scripts 2021-12-04 10:45:31 +08:00
index_op.py new pro scripts 2021-12-04 10:45:31 +08:00
migrate-repo.py Add migrate repos in trash (#5244) 2022-08-15 18:39:36 +08:00
migrate-repo.sh new pro scripts 2021-12-04 10:45:31 +08:00
migrate.py Add parse argument of destination configuration file (#5203) 2022-07-01 19:03:52 +08:00
migrate.sh Add --decrypt option for migrate.sh (#5146) 2022-03-22 15:15:08 +08:00
pro.py new pro scripts 2021-12-04 10:45:31 +08:00
remove-objs.py new pro scripts 2021-12-04 10:45:31 +08:00
remove-objs.sh new pro scripts 2021-12-04 10:45:31 +08:00
reset-admin.sh update reset-admin.sh (#5266) 2022-09-26 10:09:19 +08:00
run_index_master.sh remove validate_seafile_data_dir when run index master/worker 2022-07-13 16:44:17 +08:00
run_index_worker.sh remove validate_seafile_data_dir when run index master/worker 2022-07-13 16:44:17 +08:00
seaf-backup-cmd.py new pro scripts 2021-12-04 10:45:31 +08:00
seaf-backup-cmd.sh new pro scripts 2021-12-04 10:45:31 +08:00
seaf-encrypt.sh new pro scripts 2021-12-04 10:45:31 +08:00
seaf-fsck.sh
seaf-fuse.sh
seaf-gc.sh pro env 2021-12-04 14:55:11 +08:00
seaf-import.sh new pro scripts 2021-12-04 10:45:31 +08:00
seafile-background-tasks.sh improve background_task loglevel (#5258) 2022-09-13 12:08:18 +08:00
seafile.sh pro env 2021-12-04 14:55:11 +08:00
seafobj_migrate.py
seahub.conf new pro scripts 2021-12-04 10:45:31 +08:00
seahub.sh update seahub.sh (#5255) 2022-09-08 11:53:18 +08:00
server-release.md
setup-seafile-mysql.py add SERVICE_URL 2022-02-10 17:32:50 +08:00
setup-seafile-mysql.sh pro env 2021-12-04 14:55:11 +08:00
setup-seafile.sh add SERVICE_URL 2022-02-10 17:32:50 +08:00
sqlite2mysql.py Fix sqlite2mysql script problems with seahub_db (#5274) 2022-11-14 09:55:59 +08:00
sqlite2mysql.sh