PR https://github.com/vyos/vyos-build/pull/594
PR https://github.com/vyos/vyos-1x/pull/3412
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
May 7 2024
May 6 2024
Not all targets have username/password
For example for the future "location"
set system config-management commit-archive aws authentication access-key set system config-management commit-archive aws authentication secret-key set system config-management commit-archive aws bucket <my-bucket-name> set system config-management commit-archive aws path '/'
This way, predefined targets are more preferred.
May 4 2024
What about this format?
We still have named/predefined targets (scp|ftp|sftp|http|https) and <name> as tag
set system config-management commit-archive target scp <name> authentication username 'xxx' set system config-management commit-archive target scp <name> authentication password 'xxx' set system config-management commit-archive target scp <name> server '192.0.2.1' set system config-management commit-archive target scp <name> path '/'
Should be fixed after rewriting commit-archive T6304
May 3 2024
There were some improvements for 1.3 related ipset checks and implemented in T2189, but due to the old backend it is impossible to do anything else.
The 1.5/1.4 do not have this issue
Close the task
Will be available in the next rolling release.
The same bug as in T6283
May 2 2024
@natali-rs1985 Can you check and close it?
@e.pc.yuan Read please https://blog.vyos.io/feature-requests-and-bug-reports-guidelines
A sequence of configuration commands or a complete configuration file is required to recreate a setup where the bug occurs. Please avoid partial configs: a sequence of commands is easy to paste into the console, a complete config is easy to load in a VM, and a partial config is neither! At least not until we implement a "merge from the CLI" feature that allows pasting config file chunks into a session.
You can ask on the forum
Close the task as duplicate
May 1 2024
There should also be migration scripts, as CLI will be changed.
PR https://github.com/vyos/vyos-1x/pull/3384
set service config-sync secondary address '192.168.122.11' set service config-sync secondary port '8443'
Documentation does not require a task on the phabricator.
Thanks.