You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/docs/guides/database.mdx
+67Lines changed: 67 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,73 @@ Migrating projects can be achieved using standard PostgreSQL tooling. This is pa
138
138
6. Run `TRUNCATE storage.objects` in the *new* project's SQL editor
139
139
7. Run `ALTER ROLE postgres NOSUPERUSER` in the *new* project's SQL editor
140
140
141
+
#### Migrate storage objects
142
+
143
+
This script moves storage objects from one project to another. If you have more than 10k objects, we can move the objects for you. Just contact us at [[email protected]](mailto:[email protected]).
0 commit comments