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
I seem to have still run into this issue when upgrading our Coder server from 0.6.6 to 0.7.3:
$ sudo apt-get install ./coder_0.7.3_linux_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'coder' instead of './coder_0.7.3_linux_amd64.deb'
The following packages will be upgraded:
coder
1 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
Need to get 0 B/126 MB of archives.
After this operation, 13.8 MB of additional disk space will be used.
Get:1 /home/kconley/coder_0.7.3_linux_amd64.deb coder amd64 0.7.3-1 [126 MB]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 125409 files and directories currently installed.)
Preparing to unpack .../coder_0.7.3_linux_amd64.deb ...
Unpacking coder (0.7.3-1) over (0.6.6) ...
Setting up coder (0.7.3-1) ...
Configuration file '/etc/coder.d/coder.env'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** coder.env (Y/I/N/O/D/Z) [default=N] ?
I used "D" to see what the changes would be and saw that it would remove all of our configuration (but add a new CODER_TUNNEL=false line), so I then used "N" to make it keep our current version of the file and then manually added the new CODER_TUNNEL=false line to the end of our file.
The text was updated successfully, but these errors were encountered: