5
11
Fork
You've already forked tomato
1

Documentation updates #146

Merged
edwardloveall merged 2 commits from el-doc-updates into main 2026年05月04日 16:05:53 +02:00

Some lessons learned from setting someone else up on hatchbox and pulling in production data to acceptance for a demo.

Some lessons learned from setting someone else up on hatchbox and pulling in production data to acceptance for a demo.
edwardloveall force-pushed el-doc-updates from 4399d9d5a3 to 78ab6faace
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2026年04月16日 19:38:31 +02:00
Compare
thetizzo left a comment
Copy link

Added some proofreading suggestions, but I like writing this out in docs instead of having it be institutional knowledge.

Added some proofreading suggestions, but I like writing this out in docs instead of having it be institutional knowledge.
@ -0,0 +4,4 @@
This is somewhat manual, not as automated as it could be, and _very_ janky. Future improvements are quite welcome.
In the future, it also might just be as simple as restoring a full production DB dump and anonymizing it. Currently we have people using acceptance as a place to test features, so we can't so that as of this writing.
First-time contributor
Copy link

Update so to do at the end of this sentence:

-...so we can't so that as of this writing.
+...so we can't do that as of this writing.
Update `so` to `do` at the end of this sentence: ```diff -...so we can't so that as of this writing. +...so we can't do that as of this writing. ```
@ -0,0 +14,4 @@
Note that this is anonymized data. That's what we want so we can show it off to anyone.
## Dump the anonymized production da
First-time contributor
Copy link
-production da
+production data
```diff -production da +production data ```
@ -0,0 +41,4 @@
- kills existing connections
- rename the `public` schema to `acceptance`
- restore production in to `public` schema
First-time contributor
Copy link
-in to
+in the
```diff -in to +in the ```
@ -0,0 +48,4 @@
```sh
#!/bin/sh
set -o errexit
First-time contributor
Copy link

I usually use set -e but I like how this is more explicit so easier to know what it does.

I usually use `set -e` but I like how this is more explicit so easier to know what it does.
edwardloveall force-pushed el-doc-updates from 78ab6faace
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
to b7a0096960
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
2026年05月04日 15:36:24 +02:00
Compare
edwardloveall changed target branch from el-deploy-ref to main 2026年05月04日 16:04:59 +02:00
edwardloveall deleted branch el-doc-updates 2026年05月04日 16:05:59 +02:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rootable/tomato!146
Reference in a new issue
rootable/tomato
No description provided.
Delete branch "el-doc-updates"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?