After ncp-dist-upgrade no connection

Hi, I take a ncp-dist-upgrade on my Raspberry Pi and now my cloud is not availible.

pi@nextcloud:~ $ pgrep mysqld
562

pi@nextcloud:~ $ pgrep apache2
1085
1092
1093
1094
1099
1104
1119
1124
1125

pi@nextcloud:~ $ pgrep php-fpm7.0
pi@nextcloud:~ $

If I try to install php7.3-fpm, I get this error.

pi@nextcloud:/etc/php/7.3 $ sudo apt-get install -y php7.3-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 php7.3-fpm : Depends: php7.3-common (= 7.3.9-1~deb10u1) but 7.3.9-1+0~20190902.44+debian9~1.gbpf8534c is to be installed
E: Unable to correct problems, you have held broken packages.