Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revisionBoth sides next revision | ||
| docs:guide-user:installation:attended.sysupgrade [2023/04/28 12:07] – [From LuCI web page] use internal link vgaetera | docs:guide-user:installation:attended.sysupgrade [2023/11/20 22:29] – Add explanations and examples of auc command line options efahlgren | ||
|---|---|---|---|
| Line 76: | Line 76: | ||
| Please report issues to improve the server: | Please report issues to improve the server: | ||
| https:// | https:// | ||
| + | </ | ||
| + | |||
| + | To use '' | ||
| + | <code bash> | ||
| + | $ auc -c | ||
| + | auc/0.3.2-1 | ||
| + | Server: | ||
| + | Running: | ||
| + | Available: SNAPSHOT r24414-255d5c9bf8 | ||
| + | Requesting package lists... | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | By default, '' | ||
| + | |||
| + | This example detects that 23.05.2 is installed, and shows information related to downgrading to 22.03.4. | ||
| + | As indicated by the warning, this is probably not a good idea as the jump in versions is "too far", but you *can* use '' | ||
| + | <code bash> | ||
| + | $ auc -c -b 22.03 -B 22.03.4 | ||
| + | auc/0.3.2-1 | ||
| + | Server: | ||
| + | Running: | ||
| + | Available: 22.03.4 r20123-38ccc47687 | ||
| + | WARNING: Downgrade to older branch may not work as expected! | ||
| + | Requesting package lists... | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | ... | ||
| </ | </ | ||