If your plan has access to the Activity Log in a sheet, you can find a specific change that happened in the sheet and download a Snapshot from this point in time. It won't change your current Smartsheet sheet, but the owner of the sheet will receive an Excel file emailed to them with the contents of the sheet from that point in time.
You can contact Smartsheet support and they can pull a previous version depending on when they last have it saved. If the lines you lost were just added today as well I don't believe they would have it. One thing to note is they will send you the file as a CSV and you would have to import it to Smartsheet so any formulas or formatting wouldn't carry over.
If you are a licensed user on multi-user plan, you can schedule weekly recurring backups for all sheets in your Sheets directory and any workspace that you own or to which you have Admin-level permissions.
What is the problem?
I damaged my sd card with OctoPrint on it and i couldn't get it work anymore. I installed Octop. On another sd card and now i am trying to restore an older backup of Octoprint that i made using the web interface but i get an error saying "backup is from a newer version of octoprint and cannot be applied"
Additiona information about your setup (OctoPrint version, OctoPi version, printer, firmware, browser, operating system, ... as much data as possible)
Octopi version : 0.17.0
Octoprint version :1.3.12
Windows 10 using Chrome
I am using Raspberry pi 3B+ with ender 3 pro and mks gen l notherboard
I ca read the backup files and configure everything back as it was, i am referring to plugins and settings but i am wondering if there isn't a beeter solution for this problem. May i install and older version of octoprint? After that how i change the version of octopi?
Hy, thanks for answering me, i just found that my last version that i was runing is Octoprint: 1.3.12 and Octopi: 0.17.0 , so i am trying to restore the backup on Octoprint 1.3.12. If the versions are not the same i cant restore the backup? What to do , can install an older version then update to s new one ?
With the latest Edge Backup/Restore Module, v15.0.10.28, I had a perfect restore from one of my originally submitted backups of my FPBX version 14. I had to do nothing, had to edit nothing and it worked just as it should!
A client is running ISE 2.0 and would like to upgrade to 3.0 version. Would it be possible to skip any intermedia version, such as 2.4 -2.7, just backup and restore the config on new 3.0 ISE VM? Feel it is unlikely, but want to get some confirmation, thanks!
As you have already called out, there is no direct 2.0 to 3.0 upgrade/restore path. You would have to restore to an interim version
You can go 2.0 to 2.4, then 2.4 to 3.0, or you build a new 3.0 deployment and set up everything from new with no restore.
If you want just to transfer database schema, you can use Extract Data-Tier Application for creating file and Deploy Data-Tier Application for deploying created database schema.
No, is not possible to downgrade a database. 10.50.1600 is the SQL Server 2008 R2 version. There is absolutely no way you can restore or attach this database to the SQL Server 2008 instance you are trying to restore on (10.00.1600 is SQL Server 2008). Your only options are:
Script generation - Tasks -> Generate Scripts. Make sure you set the desired target SQL Server version on the Set Scripting Options -> Advanced page. You can also choose there whether to copy schema, data, or both. Note that in the generated script, you may need to change the DATA folder for the mdf/ldf files if moving from non-express to express or vice versa.
Third party tools: Probably the easiest way to get the job done is to create an empty database on lower version and then use third party tools to read the backup and synchronize new newly created database with the backup.
1) Right click database in SQL Server 2008 R2 "Tasks".. "Generate scripts" in the wizard, select the entire database and objects in first step. On the "Set Scripting Options" step you should see a button "Advanced" , select this and make sure you select "Script for Server Version" = SQL Server 2008" not R2 version. This is a crucial step, because "import data" by itself does not bring along all the primary keys, constriants and any other objects like stored procedures."
2) Run the SQL script generated on the new install or database instance SQL Express or SQL Server 2008 using the query window or open saved .sql script and execute and you should see the new database.
3) Now right click on the new database and select "Tasks".. "Import Data.." choose source as the R2 database and the destination as the new database. "Copy data from one or more tables or views", select the top checkbox to select all tables and then next step, run the package and you should have everything on a older version. This should work for going back to a 2005 version as well. Hope this helps someone out.
Download Visual Studio Community. It's free (with licence considerations). Make sure you install SQL Server tools. Then create an empty DB on the target server. Then in VS go to tools => SQL Server => New Schema Comparison.
Then you can choose a source and target server. In my experience it doesn't care which versions of SQL Server the DB's are on. The tool compares the schema and after it's finished you can update it on the target server. This creates all the tables and views and procs and functions etc. But you can choose what objects you copy over.
Then use the Tools => SQL Server => New Data Comparison tool to compare the data between the two servers. You can then update the target server and all the data is copied across. Again you have brilliant options to ignore some tables and so on.
I appreciate this is an old post, but it may be useful for people to know that the Azure Migration Wizard (available on Codeplex - can't link to is as Codeplex is at the moment I'm typing this) will do this easily.
I have database from version 10 i try to update from 10-11,11-12,12-13 but no success. So i install a new version 13 server and now trying to backup the data from 10 and restore on to version 13. Any one have any idea can help me. if i know someone can do this i will pay for the help. I try contact ERPNext Support but they never reply to my emails.
How to switch?
sudo bench switch-to-branch version-13 frappe erpnext --upgrade
sudo bench update --patch
sudo bench setup requirements
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo bench setup requirements
sudo bench migrate
sudo bench build
sudo bench restart
What i do when i get datbase error may not reocmmended by ERPNext. Install a new site for version 13 just to have access to schema and default data. find that tabDefaultValue in the new install and get the valus that are missing and put them in you restore site. if you are not a db guy dont try edit you database.
I have never had any errors or warnings when I restore from a P dump to D. However, when I do the opposite I get multiple unrecognized configuration parameter "lock_timeout" errors. I know that this configuration parameter was introduced in 9.3 and as the rest of the restore process works fine, I just ignore the error messages.
My questions are: is it a bad idea to use pg_dump/pg_restore across different major versions or can one safely just ignore the compatibility errors as I have been doing here? Am I going to get bitten by this in the future? I cannot upgrade P, should I downgrade D to 8.4.20 just to be on the safe side?
Loading a dump file into an older server may require manual editing of the dump file to remove syntax not understood by the older server. Use of the --quote-all-identifiers option is recommended in cross-version cases, as it can prevent problems arising from varying reserved-word lists in different PostgreSQL versions.
And a last recommendation, if you are planning a long life for your software, always consider upgrading, because the old versions will be deprecated some day. By the time that question was made, PgSQL 8 was still having releases. Now you only have releases from 9.6.
You need to upgrade P sooner or later though. Start planning. It's out of support, will get no further bugfixes, will not be packaged for new OS releases, and bug/problem reports will be met with "upgrade to a supported version and see if it still happens there".
It has just work perfectly a couple of hours ago with a dotnet-core6 application which was not working when dumping it's old database on PG11 host with pgsql11 pg_dump command and when restoring on PG14.5 host with pgsql14.5 psql command.
For a couple of years, the files in Computer 1 were in the Mac user folder (Documents, Downloads, and Desktop), not the Dropbox folder. I used Dropbox Backup to keep these backed up. These made a copy in a special folder in Dropbox > Mac.
The Dropbox > Mac folder was easily accessible from Computer 2 and Computer 3. Whenever I worked on those computers, I worked entirely within this folder, keeping everything nicely in sync among all three computers, and everything was easily accessible via the Mac Finder like any other file.
d3342ee215