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
* Implimented copy feedback
* Fixed broken link
* Added page to the sidebar under 'introduction'
* Update pages/tidal tools/tidal_offline.md
Co-authored-by: Philip Rees <[email protected]>
Co-authored-by: Philip Rees <[email protected]>
This will save the result to an output zip file, called `code_stats.zip` by default.
113
115
114
-
Send this file to Tidal Migrations support, and they'll upload it to your Tidal Migrations workspace for you.
116
+
Send this file to [Tidal Migrations support](mailto:[email protected]), and they'll upload it to your Tidal Migrations workspace for you.
115
117
116
118
## Database Analysis
117
119
@@ -129,7 +131,7 @@ You should receive confirmation that the upload has completed and can navigate t
129
131
130
132
## Gather Machine Stats (For Unix-Like Systems)
131
133
132
-
Follow [these instructions](#machine-stats-(For-Unix-Like-Systems)) to install Machine States on an offline instance.
134
+
Follow [these instructions](#machine-stats-for-unix-like-systems) to install Machine Stats on an offline instance.
133
135
134
136
In your offline instance, create a `hosts` file in the current directory.
135
137
@@ -150,3 +152,12 @@ Execute `machine-stats` and save the result to a file of your choice:
150
152
$ machine-stats > result.json
151
153
```
152
154
155
+
Now, transfer the result.json file to your server with internet access.
156
+
157
+
From here you can use
158
+
159
+
```
160
+
tidal sync servers result.json
161
+
```
162
+
163
+
This sends the results to the Tidal Migrations API. Tidal Tools should confirm to you that the results were successfully uploaded. You should see the Job in the Discovery section, and your updated Server inventory in the Tidal Migrations Platform.
0 commit comments