Skip to content

Commit

Permalink
Add docs on data to move (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdoming authored Mar 1, 2025
1 parent 0bfa988 commit 9d646f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/actual-server-repo-move.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The reasons for this change are as follows:
- **Q.** _I use the [Local Installation](https://actualbudget.org/docs/install/local). How do I keep up to date?_

**A.** Follow these instructions:
1. Clone the [Actual repository](https://github.comactualbudget/actual). You can use the following command:
1. Clone the [Actual repository](https://github.com/actualbudget/actual). You can use the following command:
```
git clone https://github.com/actualbudget/actual.git
```
Expand All @@ -41,7 +41,8 @@ The reasons for this change are as follows:
```
packages/sync-server
```
5. Run the server with:
5. Copy over the data from your `actual-server` directory (`user-files`, `server-files`, and `.migrate`) into the `packages/sync-server` directory.
6. Run the server with:
```
yarn start:server
```
Expand Down

0 comments on commit 9d646f9

Please sign in to comment.