Actions
Bug #8911
closedIncorrect pkg repo set when restoring a config.
Start date:
09/18/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.4
Affected Architecture:
All
Description
When restoring a config file from an older version of pfSense into a newer version it's possible to end up with the pkg repo set to the incorrect URL for the install.
For example importing a config containing:
<pkg_repo_conf_path>/usr/local/share/pfSense/pkg/repos/pfSense-repo.conf</pkg_repo_conf_path>
Into 2.4.4-RC will currently cause it to see 2.4.3 pkgs.
Updated by Renato Botelho about 6 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 0430b1b4ea7de0ce5d10b202af218140c59b9ecd.
Updated by Jim Pingle about 6 years ago
- Target version changed from 2.4.4-GS to 2.4.4
Updated by Steve Wheeler about 6 years ago
- Status changed from Feedback to Resolved
In a clean 2.4.4 saved the repo to give this config:
<pkg_repo_conf_path>/usr/local/share/pfSense/pkg/repos/pfSense-repo.conf</pkg_repo_conf_path>
Restored a config with this:
<pkg_repo_conf_path>/usr/local/share/pfSense/pkg/repos/pfSense-repo-244.conf</pkg_repo_conf_path>
After restoring the repo had not been changed. Looks good.
Actions