No update path from 0.18.47 to 1.0.0 for linux-headless64

This subforum contains all the issues which we already resolved.
Post Reply
Ploratio
Manual Inserter
Manual Inserter
Posts: 1
Joined: Sat Aug 15, 2020 12:11 pm
Contact:

No update path from 0.18.47 to 1.0.0 for linux-headless64

Post by Ploratio »

Hi,
I'm trying to update my headless server from 0.18.47 to 1.0.0 using narc0tiq's update script, but it says 'no updates available'.
After a bit of detective work I've found out, that it is because https://updater.factorio.com/get-available-versions returns no path from 0.18.47.
The only valid path to 1.0.0 is from 0.17.79 (which is the previous stable version).
Do you plan on adding 0.18.47 to 1.0.0 path to your API or should I just bite the bullet and update manually?

aparthy
Manual Inserter
Manual Inserter
Posts: 4
Joined: Wed Mar 21, 2018 9:15 pm
Contact:

Re: No update path from 0.18.47 to 1.0.0 for linux-headless64

Post by aparthy »

I couldn't wait and downloaded the latest headless 1.0.0 and just updated my old version with rsync

Code: Select all

# make sure all files have newer timestamp for rsync --update option
$ find factorio/ -type f -exec touch {} +
$ rsync -av --update factorio/ /opt/factorio
This will copy all files from 1.0.0 and overwrite them in your existing version!
I did not check change-logs / configs for breaking changes!

So far it is running fine, I could connect and logs are clean.
Will play some more later tonight or tomorrow.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13202
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: No update path from 0.18.47 to 1.0.0 for linux-headless64

Post by Rseding91 »

aparthy wrote:
Sat Aug 15, 2020 2:47 pm
I couldn't wait and downloaded the latest headless 1.0.0 and just updated my old version with rsync

Code: Select all

# make sure all files have newer timestamp for rsync --update option
$ find factorio/ -type f -exec touch {} +
$ rsync -av --update factorio/ /opt/factorio
This will copy all files from 1.0.0 and overwrite them in your existing version!
I did not check change-logs / configs for breaking changes!

So far it is running fine, I could connect and logs are clean.
Will play some more later tonight or tomorrow.
You really do not want to ever do what you just did. *DELETE* the existing files and then place the new ones in. Otherwise you fail to delete files that should be deleted and will cause issues.
If you want to get ahold of me I'm almost always on Discord.

aparthy
Manual Inserter
Manual Inserter
Posts: 4
Joined: Wed Mar 21, 2018 9:15 pm
Contact:

Re: No update path from 0.18.47 to 1.0.0 for linux-headless64

Post by aparthy »

Yeah in hindsight i should have just saved my configs and removed my old version and used the new version as is... this was the quick and dirty lazy mans way

Sweet-Tan
Manual Inserter
Manual Inserter
Posts: 4
Joined: Wed Aug 19, 2020 5:04 pm
Contact:

Re: No update path from 0.18.47 to 1.0.0 for linux-headless64

Post by Sweet-Tan »

I am seeing the same issue, there is currently no path from 0.18.47 to 1.0.0 on https://updater.factorio.com/get-available-versions

Phoscur
Burner Inserter
Burner Inserter
Posts: 6
Joined: Wed Jan 04, 2017 9:04 pm
Contact:

Re: No update path from 0.18.47 to 1.0.0 for linux-headless64

Post by Phoscur »

So only manual full updates from 0.18 to 1.0 right now? For how long?

User avatar
Sanqui
Factorio Staff
Factorio Staff
Posts: 266
Joined: Mon May 07, 2018 7:22 pm
Contact:

Re: No update path from 0.18.47 to 1.0.0 for linux-headless64

Post by Sanqui »

Hi, I apologize, the update from 0.18.47 should be available now.
ovo

Post Reply

Return to “Resolved Problems and Bugs”