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
- Remove the directory `$Env:USERPROFILE\tempatuin` and test branch release files if desired.
78
+
62
79
## Test Environment and Versions
63
80
64
81
From tests run on 2025-01-12
@@ -131,9 +148,11 @@ nu --version
131
148
132
149
```
133
150
134
-
## Error: migration 20230531212437 and Fix to Delete Old Files
151
+
## Error: migration 20230531212437 and Fix
152
+
153
+
The error below was encountered during testing and a fix is listed below.
135
154
136
-
The error below was encountered during testing and a fix is listed below.
155
+
It is not related to changes in the pull request (PR) and is due to changes in the main branch of Atuin. It occurs during testing if the steps to temporarily change where atuin stores it's database are not done.
137
156
138
157
```sh
139
158
@@ -159,13 +178,13 @@ Check the spelling of the name, or if a path was included, verify that the path
159
178
160
179
```
161
180
162
-
The error also occurs when testing with atuin/main in nushell in the same environment, so error
163
-
is not caused by changes in the PR.
164
-
165
181
### Fix
166
182
167
-
It was found that files in`~/.local/share/atuin` were causing issues with the install.
183
+
- During testing, run the commands in the "Test on Windows 11" section under comment `# Temporarily change where atuin stores it's database`, then retry tests.
184
+
185
+
#### Explanation
186
+
187
+
If the step was not done, Atuin will try to migrate the database schema to a new format and files in`~/.local/share/atuin` will be an issue.
168
188
169
-
- There was a problem with the local`~/.local/share/atuin/records.db`. Fix was to delete `records.db` and have a new one generated.
189
+
- The local`~/.local/share/atuin/records.db` will attempt to be migrated. A not recommended fix is to delete `records.db` and have a new one generated.
170
190
- The system could run powershell and nushell fine with atuin and they successfully shared `~/.local/share/atuin/`
171
-
- System could run powershell and nushell fine and they share that directory.
0 commit comments