NextCloudPi update to v1.29.8 hangs on new php.ini

Hi!

Iā€™m running the NextCloudPi update from v1.28.1 to v1.29.8 and the updater hangs on implementing a the new php.ini that comes with the update to PHP7.3:

php.ini: A new version (/usr/lib/php/7.3/php.ini-production.cli) of
configuration file /etc/php/7.3/cli/php.ini is available, but the version
installed currently has been locally modified.

  1. install the package maintainerā€™s version
  2. keep the local version currently installed
  3. show the differences between the versions
  4. show a side-by-side difference between the versions
  5. start a new shell to examine the situation

What do you want to do about modified configuration file php.ini?

Iā€™m running the updater from the web interface, so thereā€™s no way to interact with the command line to confirm these changes. Am I missing something?

Any help would be appreciated! :wink:

(edit: formatting)

If this affects someone elseā€¦ I closed the web config and logged in via ssh. Then I had to kill the apt-get process. Then I did sudo dpkg configure -a to continue the updating process and it lead me to the same 5 options. It helps to check what changed in the config file. In my case, it was about to overwrite the path to the external HD so I chose option 2, i.e. keep the file as it is now.

1 Like

Thanks! Followed the same steps. Worked for me!

1 Like