第一步:详细阅读官方文档
https://pve.proxmox.com/wiki/Upgrade_from_7_to_8
注意:
如果远程使用ssh连接的话,建议先使用screen命令,避免网络不稳定,操作中断导致的各种问题
第二步:升级到最新的 7.4 版本
1 | |
最新的版本是 7.4.15
https://pve.proxmox.com/wiki/Upgrade_from_7_to_8
注意:
如果远程使用ssh连接的话,建议先使用screen命令,避免网络不稳定,操作中断导致的各种问题
1 | |
最新的版本是 7.4.15
1 | |
CI_COMMIT_REF_NAME: The branch or tag name for which project is built.CI_CONFIG_PATH: The path to the CI/CD configuration file. Defaults to .gitlab-ci.yml. Read-only inside a running pipeline.CI_PROJECT_PATH: The project namespace with the project name included.CI_BUILDS_DIR: The top-level directory where builds are executed.CI_PROJECT_DIR: The full path the repository is cloned to, and where the job runs from. If the GitLab Runner builds_dir parameter is set, this variable is set relative to the value of builds_dir. For more information, see the Advanced GitLab Runner configuration.
1 | |
只能通过ALTER TABLE不能create index
1 | |
Ubuntu 作为服务器系统使用的时候,系统盘的空间可能并不是很充裕,apt apt 着,根目录就满了。诚然,增加磁盘 / 分区并挂载是一个方案,但并不能解决所有问题(例如 apt)。同时,一些跑在云平台上的服务器并没有很好的离线操作磁盘的手段,这时候在线扩容就显得极为必要了。
数据无价!对磁盘进行任何操作前,请务必做好备份!
1 | |
操作环境:Proxmox VE 虚拟化 / Ubuntu 22.04.5 LTS / GPT 分区表 / ext4 分区
HomeAssistant这台VM的内存占用总是随着时间的推移而增加,然后最终会OOM,且无论升级了多少个版本也是如此,推测HomeAssistant有内存泄漏问题VM进行定期重启(每天一次)PVE所在的服务器crontab -e,并输入下面命令1 | |
2007是vmid,即VM的全局唯一ID
1 | |
1 | |
1 | |
1 | |
#解决办法:
跨域配置报错,将.allowedOrigins替换成.allowedOriginPatterns即可。
1 | |
SpringFox 3.0.0 不兼容 SpringBoot 2.6.4