1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/yangrunkang-upupor

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
run.md 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
gitlife-traslator Отправлено 26.11.2024 23:00 09cf9c4

Удаление образа

docker rmi 镜像名

Перенос OSS-файлов, изменение данных в БД

update member set via = REPLACE(via, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor');
update file set file_url = REPLACE(file_url, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor');
update apply_document set upload = REPLACE(upload, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor');
update business_config set `value` = REPLACE(`value`, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor') WHERE type = 1; 
update `comment` set `md_comment_content` = REPLACE(`md_comment_content`, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor'); 
update `comment` set `comment_content` = REPLACE(`comment_content`, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor'); 
update `content_extend` set `detail_content` = REPLACE(`detail_content`, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor'); 
update `content_extend` set `markdown_content` = REPLACE(`markdown_content`, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor'); 
update `radio` set `radio_url` = REPLACE(`radio_url`, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor'); 
update `tag` set `icon` = REPLACE(`icon`, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor'); 
update member_extend set bg_img = REPLACE(bg_img, 'https://upupor-img.oss-cn-hangzhou.aliyuncs.com', 'https://www.upupor.com/minio_upupor');

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/yangrunkang-upupor.git
git@api.gitlife.ru:oschina-mirror/yangrunkang-upupor.git
oschina-mirror
yangrunkang-upupor
yangrunkang-upupor
main