Я пытаюсь установить MSSQL на Centos. Я следил за статьей здесь. Я набрал следующую команду, чтобы настроить mssql для установки пароля и т.д.
sudo /opt/mssql/bin/mssql-conf setup
Я получил следующую ошибку
The license terms for this product can be found in
/usr/share/doc/mssql-server or downloaded from:
https://go.microsoft.com/fwlink/?LinkId=852741&clcid=0x409
The privacy statement can be viewed at:
https://go.microsoft.com/fwlink/?LinkId=853010&clcid=0x409
Choose an edition of SQL Server:
1) Evaluation (free, no production use rights, 180-day limit)
2) Developer (free, no production use rights)
3) Express (free)
4) Web (PAID)
5) Standard (PAID)
6) Enterprise (PAID)
7) I bought a license through a retail sales channel and have a product key to enter.
Details about editions can be found at
https://go.microsoft.com/fwlink/?LinkId=852748&clcid=0x409
Use of PAID editions of this software requires separate licensing through a
Microsoft Volume Licensing program.
By choosing a PAID edition, you are verifying that you have the appropriate
number of licenses in place to install and run this software.
Enter your edition(1-7): 3
Configuring SQL Server...
Error: The evaluation period has expired.
/opt/mssql/lib/mssql-conf/invokesqlservr.sh: line 15: 74577 Aborted sudo -EH -u mssql /bin/bash -c "$CMDLINE"
Setup has completed successfully. SQL Server is now starting.
У меня установлен пакет mssql-server-14.0.900.75-1.x86_64.
Я запустил sudo yum update mssql-server
но там написано, что пакеты для обновления не помечены.
Может кто-нибудь мне помочь? Почему я получаю эту ошибку, я не могу продолжить настройку.