[BDS-1085] Save query no longer gives path Created: 10/Jul/19 Updated: 24/Jun/20 Resolved: 24/Jun/20 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.9.0.15, 1.14.21.0, 1.14.30, 1.14.32.1 |
| Fix Version/s: | 1.16.0 |
| Type: | Bug | ||
| Reporter: | Vincent Vermilya | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 5 |
| Labels: | backups, fix-future-ver | ||
| Environment: |
Ubuntu Server 18.04.2 |
||
| Confirmation Status: | Confirmed |
| ADO: | 311765 |
| Description |
|
save query no longer gives the path to the file, which breaks scripts. The description of save query in how_to.html did not change to specify this, and it doesn't seem like a good behavior anyways. What if another file with the same name exists in another dir? Likely not, but it's bad on principle. Please fix this and issue a bug fix update specifically for BDS. Also, fix your affected versions. Ex: $world/db/014698.ldb is now $world/014698.ldb Script: MCBEbackup.sh Commit d2ff4b032310d8f9958c07890ca6081c1ceb368a works around this |
| Comments |
| Comment by Vincent Vermilya [ 23/Jun/20 ] |
|
Full path not from root, but from world. As said in the bug report: Ex: $world/db/014698.ldb is now $world/014698.ldb Automating the backup as seen in the script in the bug report can be done. |
| Comment by Toba da'Great [ 23/Jun/20 ] |
|
How does having the full path help? Is there any way to automate the backup of these files? |
| Comment by Vincent Vermilya [ 23/Jun/20 ] |
|
Full path is given as of 1.16.0.2, the deed is done, the bug is fixed. |
| Comment by AsherMaximum [ 03/Feb/20 ] |
|
I've ran across this issue in 1.14.20 as well |
| Comment by Jacob C [ 15/Jul/19 ] |
|
I run my bedrock server in memory (slow hard disks, fast computer) so I rely on save scripts to keep/restore changes. This problem cost me a couple days of changes before I caught it. Everything is exactly as described above. (Ubuntu server, BDS version 1.12.0.28). Seems like a strange oversight. |